notebook.community
Edit and run
Song on YouTube is at 109.50 BMP
In [8]: def ms_per_beat(bpm): return 60 / bpm * 1000 ms_per_beat(106)
def ms_per_beat(bpm): return 60 / bpm * 1000 ms_per_beat(106)
Out[8]: 560.7476635514018
560.7476635514018
In [ ]: